Formal Parameter | Type | Default | Required | Description |
attrFormTypeInAvailableList | INTEGER | 2 | false | Specifies what attribute forms are to be displayed. This formal parameter will only three possible values defined in CartExpression interface:
|
backToTop | STRING | BackToTop.gif | false | Deprecated. This formal parameter is no longer used. There are no references to this formal parameter in the code |
calendarImage | STRING | calendar.gif | false | |
cssPrefix | STRING | false | Prefix to append to all css class names. |
|
defaultOperatorId | STRING | false | Specifies operator Id to be used as default in expression. If this value is set to empty string, then original behavior will be adopted. Default value is empty string. Possible values are any constant defined in EnumDSSXMLFunction enumeration which is supported by any style of Expression prompts. |
|
editMetricQualificationOutputLevel | BOOLEAN | true | false | Specifies whether or not the output level of a metric qualification is editable. If this value is set to true, a button to open and edit the output level is shown. This flag is used as a boolean value Default value is true . |
errorImage | STRING | promptError_white.gif | false | |
inputSize | INTEGER | 20 | false | Specifies the size of the input textfield.
This flag is used as an int value. |
levelFlag | INTEGER | 4095 | false | Specifies what fields in prompt question are displayed. Prompt question is broken down in four visible fields: title, meaning, restriction and content. Multiple fields can be displayed at the same time. Which fields to be displayed is indicated by a bit-wise flag. This flag is used as bit-wise value. Allowed Values:
For complete list, refer to EnumPromptLevelFlags Usage: For example, if you want to specify name and owner, then you would specify (1 + 4 = 5) Default value is LEVEL_SHOW_ALL |
showRequired | BOOLEAN | true | false | Specifies whether or not to display 'Required' message at the end of prompt title. 'Required' message is static and it's displayed along with prompt title. This message can be either displayed or not. This flag is used as boolean value. |